home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / h4x0r / main.css < prev    next >
Cascading Style Sheet File  |  2007-01-24  |  2KB  |  127 lines

  1. /* textonly by Mark Fickett, 2004. Poke/edit/maul, but leave credit - think GPL */
  2. /* Generally: naib.webhop.org Adium-related: naib.webhop.org/~markfickett/adium */
  3. /* Modified by phrenzy, 2005 - http://www.baproducers.com */
  4.  
  5.  
  6.  
  7. body {
  8.     margin: 0;
  9.     background: #575757 url(images/bg.gif) fixed;
  10.     font-weight: normal;
  11. }
  12.  
  13.  
  14.  
  15. div {
  16.     overflow: auto;
  17. }
  18.  
  19. a { color: #00ffff; }
  20. a:link { text-decoration: underline;     text-shadow:1px 1px 7px #00ffff; }
  21. a:visited { color: #00ffff; text-decoration: underline; text-shadow:1px 1px 1px #00ffff;  }
  22. a:hover { text-decoration: none; }
  23. a:active { text-decoration: none; }
  24.  
  25.  
  26. .incoming, .outgoing 
  27. {
  28.     font-weight: normal;
  29.     text-indent: -10px;
  30.     padding-left: 10px;
  31. }
  32.  
  33. /* --------- Time --------- */
  34. .time 
  35. {
  36.     
  37.     color: #007700;
  38. }
  39.     .incoming .time 
  40. {
  41.     color: #aa6600;
  42. }
  43.  
  44. /* ---------- Names --------- */
  45. .sender 
  46. {
  47.     color:#007700;
  48. }
  49.  
  50. .incoming .sender 
  51. {
  52.     color: #aa6600;
  53. }
  54.  
  55.  
  56. /*  --------- Messages  --------- */
  57. .outgoing .message 
  58. {
  59.     color: #00ff00;
  60.     text-shadow:2px 2px 7px #00dd00;
  61. }
  62.  
  63.  
  64.  
  65. /* ---------  History  --------- */
  66. .contexttime, .contextsender 
  67. {
  68.     color: #777777;
  69. }
  70.  
  71.  
  72. .contextmessage 
  73. {
  74.     font-style: normal;
  75.     color: #666666;
  76. }
  77.  
  78.  
  79.  
  80. #contents 
  81. {
  82.     overflow: auto;
  83.     padding-top: 5px;
  84.     padding-bottom: 5px;
  85.     padding-left: 10px;
  86.     padding-right: 5px;
  87.     margin-top: 0px;
  88.     margin-bottom: 0px;
  89. }
  90.  
  91. /*  --------- Status  --------- */
  92. .status 
  93. {
  94.     text-align: center;
  95.     margin-top: 10px;
  96.     margin-bottom: 10px;
  97.     margin-left: 20px;
  98.     margin-right: 20px;
  99.     border: 1px dotted #880000;
  100.     background: rgb(0,0,0,.50);
  101. }
  102.  
  103. .status .message  
  104. {
  105.     color: #aa0000;
  106.     text-shadow:0px 0px 0px #000077; 
  107. }
  108.  
  109.  
  110. /* -- Incoming messages -- */
  111.  
  112.  
  113. .incoming .message 
  114. {
  115.     font-weight: normal;
  116.     color: #ffaa00;
  117.     text-shadow:2px 2px 7px #ee9900; 
  118. }
  119.  
  120.  
  121. incoming .contextmessage 
  122. {
  123.     font-weight: normal;
  124.     color: #666666;
  125. }
  126.  
  127.